home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3.iso / chapte11 / initia~1 / phone.h < prev    next >
Text File  |  1995-11-07  |  1KB  |  39 lines

  1. #define IDC_STATIC            -1
  2.  
  3. #define IDM_EXIT           100
  4. #define IDM_DATA           107
  5. #define IDM_DISPLAY        108
  6. #define IDM_GAIN           109
  7. #define IDM_HOOKSWITCH     110
  8. #define IDM_ICON           111
  9. #define IDM_ID             112
  10. #define IDM_LAMP           113
  11. #define IDM_STATUS         114
  12. #define IDM_STATUSMSG      115
  13. #define IDM_VOLUME         116
  14. #define IDM_RING           117
  15. #define ID_TEST            118
  16. #define IDM_GETCAPS           119
  17. #define IDM_BUTTONINFO       120    
  18. #define IDM_CONFIG         121
  19. #define IDM_TEST           200
  20. #define IDM_ABOUT          300
  21. #define IDM_OPEN               301
  22. #define IDM_RUN              302
  23. #define IDM_SHUTDOWN            303
  24.  
  25.  
  26. #define DLG_VERFIRST        400
  27. #define DLG_VERLAST         404
  28.  
  29. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  30. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  31. LRESULT CALLBACK phoneCallback(DWORD dwDeviceId
  32. ,
  33.                              unsigned long dwMsg,unsigned long dwCallbackInstance,
  34.                              unsigned long dwParam1,unsigned long dwParam2,
  35.                              unsigned long dwParam3);
  36.  
  37. void phoneError (LONG lrc);
  38.  
  39.